17. Solution: Dependencies
Solution: Dependencies
ND079 JPND C3 L2 A13 Solution Third Party Dependencies
Dependency
Hopefully you were able to find a listing in one of the central repositories. For example:
https://mvnrepository.com/artifact/com.google.guava/guava/30.1-jre
This gives us the dependency xml:
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>30.1-jre</version>
</dependency>